Skip to content

Conversation

@Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Oct 7, 2024

This PR migrates some of the code in the admin/delete_version module to use async/await instead of spawn_blocking() to eventually make it fully async.

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Oct 7, 2024
@codecov
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 40 lines in your changes missing coverage. Please review.

Project coverage is 88.88%. Comparing base (56eae73) to head (9d1f7c3).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/admin/delete_version.rs 0.00% 35 Missing ⚠️
src/admin/dialoguer.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9598      +/-   ##
==========================================
- Coverage   88.92%   88.88%   -0.04%     
==========================================
  Files         289      289              
  Lines       29116    29130      +14     
==========================================
+ Hits        25892    25893       +1     
- Misses       3224     3237      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Turbo87 Turbo87 merged commit 5b08d3d into rust-lang:main Oct 7, 2024
10 checks passed
@Turbo87 Turbo87 deleted the async-delete-version branch October 7, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant